home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_179.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  216 b   |  10 lines

  1. NA (Not Available)
  2. Returns the error value N/A!
  3.  
  4. Format: NA ( )
  5.  
  6. Argument: No argument.
  7.  
  8. Example:
  9. IF (ISBLANK (A1), "HI", NA ( )).
  10. If cell A1 has data in it, the result is #N/A! If cell A1 is empty, the result is HI.